The Dreamweaver JavaScript API > Quick Tag Editor functions > dreamweaver.showQuickTagEditor() |
![]() ![]() ![]() |
dreamweaver.showQuickTagEditor()
Availability
Dreamweaver 3.0
Description
Displays the Quick Tag Editor for the current selection.
Arguments
{nearWhat}
, {mode}
![]() |
nearWhat , if specified, must be either "selection" or "tag selector" . The default value if this argument is omitted is "selection" . |
![]() |
mode , if specified, must be "default" , "wrap" , "insert" , or "edit" . If mode is "default" or omitted, Dreamweaver uses heuristics to determine the mode to use for the current selection. mode is ignored if nearWhat is "tag selector" . |
Returns
Nothing.
Enabler
None.
![]() ![]() ![]() |